This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Can I get the shortname and password using lotus script? ~Vanessa Preponelyynds 18.Dec.03 08:24 AM a Web browser Notes Client All ReleasesWindows XP
The username is a property of the NotesSession class, but it will not list the shortname. Therefore, in order to get a hold of the shortname, You must find the persondocument in the public name&addressbook and extract the information from the field "ShortName".
The password is located in the field "HTTPPassword" (in the same persondocument), but it is scrambled and can't be read through normal ways. I don't know any way to read the password information in cleartext.